type net._C_int
7 uses
net (current package)
cgo_unix.go#L33: func (eai addrinfoErrno) Error() string { return _C_gai_strerror(_C_int(eai)) }
cgo_unix_cgo.go#L54: _C_int = /*line :51:23*/_Ctype_int /*line :51:28*/
cgo_unix_cgo.go#L66: func _C_ai_family(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_family }
cgo_unix_cgo.go#L67: func _C_ai_flags(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_flags }
cgo_unix_cgo.go#L69: func _C_ai_protocol(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_protocol }
cgo_unix_cgo.go#L70: func _C_ai_socktype(ai *_C_struct_addrinfo) *_C_int { return &ai.ai_socktype }
cgo_unix_cgo.go#L76: func _C_gai_strerror(eai _C_int) string {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |